<xs:simpleType name="ClassOfGoodsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Klassifikationsschema</dt>
<dt>HS = Zolltarifsystem</dt>
<dt>NB = Chargennummer</dt>
<dt>STQ = eCl@ss</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>classification schema</dt>
<dt>HS = customs tariff number</dt>
<dt>NB = Batch Number</dt>
<dt>STQ = eCl@ss</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
|